Evaluating the Product

From RidgeRun Developer Wiki

Follow Us On Twitter LinkedIn Email Share this page









This section provides a guide to obtaining, installing, and testing the RidgeRun GstMoQ evaluation version.

Step 1: Request the Evaluation Binaries

RidgeRun provides a fully-featured evaluation version of the plugin with a limited processing time, as shown in table 1:

Feature Professional Evaluation
GstMoQ Plugin Y Y
Unlimited Processing Time Y N (*)
Source Code Y N
Table 1. Features provided in the evaluation version

(*) With the evaluation version, you will have access to all the features for a limited period of time.

In order to request an evaluation binary for a specific architecture, please Contact Us by providing the following information:

  1. Platform (i.e.: i.Jetson nano, etc...)
  2. GStreamer version and kernel version, you can provide the output of the following commands:
gst-launch-1.0 --gst-version
uname -a

Step 2: Install the dependencies

Make sure the dependencies are fulfilled, for this check our Dependencies section before moving to the next step.

Step 3: Install the Binaries

RidgeRun should've provided you with a .tar package: gst-moq-plugin-1.Y.Z-gst-1.X-P-eval.tar.

tar -xvf gst-moq-plugin-1.Y.Z-gst-1.X-P-eval.tar

Run the configuration script to start the evaluation environment.

cd gst-moq-plugin-1.Y.Z-gst-1.X-P-eval/
./configuration.sh

Then check the plugin as follows in the new bash shell.

gst-inspect-1.0 rrmoqbin

You can now test the plugin installation as described in our Building the Plugin section.